| Fully Qualified Name: | Laminas\Http\ClientStatic | 
Http static client
| Name | Description | Defined By | 
|---|---|---|
| get() | HTTP GET METHOD (static) | ClientStatic | 
| post() | HTTP POST METHOD (static) | ClientStatic | 
HTTP GET METHOD (static)
| Parameter Name | Type | Description | 
|---|---|---|
| $url | string | |
| $query | array | |
| $headers | array | |
| $body | mixed | |
| $clientOptions | array|\Traversable | 
Returns: \Response|bool
HTTP POST METHOD (static)
| Parameter Name | Type | Description | 
|---|---|---|
| $url | string | |
| $params | array | |
| $headers | array | |
| $body | mixed | |
| $clientOptions | array|\Traversable | 
Returns: \Response|bool